encoding/xml.printer.WriteByte (method, view implemented interface methods)

13 uses

	encoding/xml (current package)
		marshal.go#L249: 			p.WriteByte(' ')
		marshal.go#L741: 	p.WriteByte('<')
		marshal.go#L747: 		p.WriteByte('"')
		marshal.go#L756: 		p.WriteByte(' ')
		marshal.go#L759: 			p.WriteByte(':')
		marshal.go#L764: 		p.WriteByte('"')
		marshal.go#L766: 	p.WriteByte('>')
		marshal.go#L786: 	p.WriteByte('<')
		marshal.go#L787: 	p.WriteByte('/')
		marshal.go#L789: 	p.WriteByte('>')
		marshal.go#L967: 				p.WriteByte(' ')
		marshal.go#L1027: func (p *printer) WriteByte(c byte) error {
		marshal.go#L1073: 		p.WriteByte('\n')